module VFX
{
    imports
    {
        Base,
    }

/* <<<<<  Herbs, Spices and Seasonings  >>>>> */

    /**** Herbs and Spices ****/

        item Allspice
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceAllspice,
            StaticModel = Base.VFX_Allspice,
            WorldStaticModel = Base.VFX_Allspice,

        }

        item BayLeaves
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceBayLeaves,
            StaticModel = Base.VFX_BayLeaves,
            WorldStaticModel = Base.VFX_BayLeaves,

        }

        item Cardamom
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceCardamom,
            StaticModel = Base.VFX_Cardamom,
            WorldStaticModel = Base.VFX_Cardamom,

        }

        item CayennePepper
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceCayennePepper,
            StaticModel = Base.VFX_CayennePepper,
            WorldStaticModel = Base.VFX_CayennePepper,

        }

        item CelerySalt
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceCelerySalt,
            StaticModel = Base.VFX_CelerySalt,
            WorldStaticModel = Base.VFX_CelerySalt,

        }

        item ChiliFlakes
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceChiliFlakes,
            StaticModel = Base.VFX_ChiliFlakes,
            WorldStaticModel = Base.VFX_ChiliFlakes,

        }

        item CinnamonSugar
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceCinnamonSugar,
            StaticModel = Base.VFX_CinnamonSugar,
            WorldStaticModel = Base.VFX_CinnamonSugar,

        }

        item Cloves
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceCloves,
            StaticModel = Base.VFX_Cloves,
            WorldStaticModel = Base.VFX_Cloves,

        }

        item Cumin
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceCumin,
            StaticModel = Base.VFX_Cumin,
            WorldStaticModel = Base.VFX_Cumin,

        }

        item CurryPowder
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceCurryPowder,
            StaticModel = Base.VFX_CurryPowder,
            WorldStaticModel = Base.VFX_CurryPowder,

        }

        item Dill
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceDill,
            StaticModel = Base.VFX_Dill,
            WorldStaticModel = Base.VFX_Dill,

        }

        item FennelSeeds
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceFennelSeeds,
            StaticModel = Base.VFX_FennelSeeds,
            WorldStaticModel = Base.VFX_FennelSeeds,

        }

        item GaramMasala
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceGaramMasala,
            StaticModel = Base.VFX_GaramMasala,
            WorldStaticModel = Base.VFX_GaramMasala,

        }

        item GarlicSalt
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceGarlicSalt,
            StaticModel = Base.VFX_GarlicSalt,
            WorldStaticModel = Base.VFX_GarlicSalt,

        }

        item GroundChili
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceGroundChili,
            StaticModel = Base.VFX_GroundChili,
            WorldStaticModel = Base.VFX_GroundChili,

        }

        item GroundGinger
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceGroundGinger,
            StaticModel = Base.VFX_GroundGinger,
            WorldStaticModel = Base.VFX_GroundGinger,

        }

        item MustardPowder
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceMustardPowder,
            StaticModel = Base.VFX_MustardPowder,
            WorldStaticModel = Base.VFX_MustardPowder,

        }

        item Nutmeg
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceNutmeg,
            StaticModel = Base.VFX_Nutmeg,
            WorldStaticModel = Base.VFX_Nutmeg,

        }

        item OnionFlakes
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceOnionFlakes,
            StaticModel = Base.VFX_OnionFlakes,
            WorldStaticModel = Base.VFX_OnionFlakes,

        }

        item Paprika
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpicePaprika,
            StaticModel = Base.VFX_Paprika,
            WorldStaticModel = Base.VFX_Paprika,

        }

        item SmokedPaprika
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceSmokedPaprika,
            StaticModel = Base.VFX_SmokedPaprika,
            WorldStaticModel = Base.VFX_SmokedPaprika,

        }

        item WhitePepper
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SpiceWhitePepper,
            StaticModel = Base.VFX_WhitePepper,
            WorldStaticModel = Base.VFX_WhitePepper,

        }

    /**** Seasonings ****/

        item BarbequeRub
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SeasonBarbequeRub,
            StaticModel = Base.VFX_BarbequeRub,
            WorldStaticModel = Base.VFX_BarbequeRub,

        }

        item CajunSeasoning
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SeasonCajun,
            StaticModel = Base.VFX_CajunSeasoning,
            WorldStaticModel = Base.VFX_CajunSeasoning,

        }

        item ChineseFiveSpice
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SeasonChineseFiveSpice,
            StaticModel = Base.VFX_ChineseFiveSpice,
            WorldStaticModel = Base.VFX_ChineseFiveSpice,

        }

        item ItalianHerbsSeasoning
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SeasonItalianHerbs,
            StaticModel = Base.VFX_ItalianHerbsSeasoning,
            WorldStaticModel = Base.VFX_ItalianHerbsSeasoning,

        }

        item LemonPepperSeasoning
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SeasonLemonPepper,
            StaticModel = Base.VFX_LemonPepperSeasoning,
            WorldStaticModel = Base.VFX_LemonPepperSeasoning,

        }

        item MemphisBarbequeRub
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SeasonMemphisBarbeque,
            StaticModel = Base.VFX_MemphisBarbequeRub,
            WorldStaticModel = Base.VFX_MemphisBarbequeRub,

        }

        item OldBaySeasoning
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SeasonOldBay,
            StaticModel = Base.VFX_OldBaySeasoning,
            WorldStaticModel = Base.VFX_OldBaySeasoning,

        }

        item PoultrySeasoning
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SeasonPoultry,
            StaticModel = Base.VFX_PoultrySeasoning,
            WorldStaticModel = Base.VFX_PoultrySeasoning,

        }

        item PumpkinSpiceSeasoning
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SeasonPumpkinSpice,
            StaticModel = Base.VFX_PumpkinSpiceSeasoning,
            WorldStaticModel = Base.VFX_PumpkinSpiceSeasoning,

        }

        item RanchSeasoning
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SeasonRanch,
            StaticModel = Base.VFX_RanchSeasoning,
            WorldStaticModel = Base.VFX_RanchSeasoning,

        }

        item SteakhouseSeasoning
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SeasonSteakhouse,
            StaticModel = Base.VFX_SteakhouseSeasoning,
            WorldStaticModel = Base.VFX_SteakhouseSeasoning,

        }

        item TexMexSeasoning
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = glugFood,
            Weight = 0.2,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -15,
            ThirstChange = 20,

            UnhappyChange = 50,
            BoredomChange = 20,

            Tags = base:driedfood;base:minoringredient,

            Icon = VFX_SeasonTexMex,
            StaticModel = Base.VFX_TexMexSeasoning,
            WorldStaticModel = Base.VFX_TexMexSeasoning,

        }

    /**** Bouillon Cubes ****/

        item BoxChickenBouillonCube
        {
            DisplayCategory = Food,
            ItemType = base:drainable,
            UseDelta = 0.111,
            UseWhileEquipped = true,

            Packaged = true,
            CantBeFrozen = true,
            CantEat = true,

            Calories = 144,
            Carbohydrates = 20.7,
            Lipids = 4.5,
            Proteins = 5.4,

            Icon = VFX_Seasoning_BoxBouillonChicken,
            StaticModel = Base.VFX_BoxChickenBouillonCube,
            WorldStaticModel = Base.VFX_BoxChickenBouillonCube,
        }

        item BeefBouillonCube
        {
            DisplayCategory = Food,
            EatType = EatSmall,
            ItemType = base:food,
            Weight = 0.1,

            Spice = true,

            HungerChange = -3,
            ThirstChange = 5,
            Calories = 16,
            Carbohydrates = 2.3,
            Lipids = 0.5,
            Proteins = 0.6,

            Tags = base:driedfood;base:herbaltea;VFX:BouillionCube,

            FoodType = Stock,

            Icon = BouillionCube,
            WorldStaticModel = Base.BouillionCube_Ground,

        }

        item BoxBeefBouillonCube
        {
            DisplayCategory = Food,
            ItemType = base:drainable,
            UseDelta = 0.111,
            UseWhileEquipped = true,

            Packaged = true,
            CantBeFrozen = true,
            CantEat = true,

            Calories = 144,
            Carbohydrates = 20.7,
            Lipids = 4.5,
            Proteins = 5.4,

            Icon = VFX_Seasoning_BoxBouillonBeef,
            StaticModel = Base.VFX_BoxBeefBouillonCube,
            WorldStaticModel = Base.VFX_BoxBeefBouillonCube,
        }

        item FishBouillonCube
        {
            DisplayCategory = Food,
            EatType = EatSmall,
            ItemType = base:food,
            Weight = 0.1,

            Spice = true,

            HungerChange = -3,
            ThirstChange = 5,
            Calories = 16,
            Carbohydrates = 2.3,
            Lipids = 0.5,
            Proteins = 0.6,

            Tags = base:driedfood;base:herbaltea;VFX:BouillionCube,

            FoodType = Stock,

            Icon = BouillionCube,
            WorldStaticModel = Base.BouillionCube_Ground,

        }

        item BoxFishBouillonCube
        {
            DisplayCategory = Food,
            ItemType = base:drainable,
            UseDelta = 0.111,
            UseWhileEquipped = true,

            Packaged = true,
            CantBeFrozen = true,
            CantEat = true,

            Calories = 144,
            Carbohydrates = 20.7,
            Lipids = 4.5,
            Proteins = 5.4,

            Icon = VFX_Seasoning_BoxBouillonFish,
            StaticModel = Base.VFX_BoxFishBouillonCube,
            WorldStaticModel = Base.VFX_BoxFishBouillonCube,
        }

        item VegetableBouillonCube
        {
            DisplayCategory = Food,
            EatType = EatSmall,
            ItemType = base:food,
            Weight = 0.1,

            Spice = true,

            HungerChange = -3,
            ThirstChange = 5,
            Calories = 16,
            Carbohydrates = 2.3,
            Lipids = 0.5,
            Proteins = 0.6,

            Tags = base:driedfood;base:herbaltea;VFX:BouillionCube,

            FoodType = Stock,

            Icon = BouillionCube,
            WorldStaticModel = Base.BouillionCube_Ground,

        }

        item BoxVegetableBouillonCube
        {
            DisplayCategory = Food,
            ItemType = base:drainable,
            UseDelta = 0.111,
            UseWhileEquipped = true,

            Packaged = true,
            CantBeFrozen = true,
            CantEat = true,

            Calories = 144,
            Carbohydrates = 20.7,
            Lipids = 4.5,
            Proteins = 5.4,

            Icon = VFX_Seasoning_BoxBouillonVegetable,
            StaticModel = Base.VFX_BoxVegetableBouillonCube,
            WorldStaticModel = Base.VFX_BoxVegetableBouillonCube,
        }

    /**** Other ****/

        item SesameSeeds
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Seed,
            EatType = EatSmall,
            Weight = 0.1,

            CantBeFrozen = true,
            Spice = true,

            HungerChange = -1,
            Calories = 31,
            Carbohydrates = 3,
            Lipids = 2,
            Proteins = 1.6,

            AnimalFeedType = Seeds,

            Icon = VFX_SeasonSesameSeeds,
            StaticModel = Base.VFX_SesameSeeds,
            WorldStaticModel = Base.VFX_SesameSeeds,

        }

/* <<<<<  Sauce, Relish and Dressing  >>>>> */

    item HoneyBBQSauce
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -24,
        Calories = 540,
        Carbohydrates = 220,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceHoneyBBQ,
        StaticModel = Base.VFX_HoneyBBQSauce,
        WorldStaticModel = Base.VFX_HoneyBBQSauce,

    }

    item Aioli
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -24,
        Calories = 540,
        Carbohydrates = 24,
        Lipids = 60,
        Proteins = 0,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceAioli,
        StaticModel = Base.VFX_Aioli,
        WorldStaticModel = Base.VFX_Aioli,

    }

    item Ranch
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -24,
        Calories = 330,
        Carbohydrates = 22,
        Lipids = 36,
        Proteins = 0,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceRanch,
        StaticModel = Base.VFX_Ranch,
        WorldStaticModel = Base.VFX_Ranch,

    }

    item ChipotleSauce
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -24,
        Calories = 558,
        Carbohydrates = 22,
        Lipids = 70,
        Proteins = 0,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceChipotle,
        StaticModel = Base.VFX_ChipotleSauce,
        WorldStaticModel = Base.VFX_ChipotleSauce,

    }

    item BuffaloSauce
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -24,
        Calories = 208,
        Carbohydrates = 6,
        Lipids = 24,
        Proteins = 0,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceBuffalo,
        StaticModel = Base.VFX_BuffaloSauce,
        WorldStaticModel = Base.VFX_BuffaloSauce,

    }

    item SweetChiliSauce
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -24,
        Calories = 240,
        Carbohydrates = 54,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceSweetChili,
        StaticModel = Base.VFX_SweetChiliSauce,
        WorldStaticModel = Base.VFX_SweetChiliSauce,

    }

    item TartarSauce
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -24,
        Calories = 370,
        Carbohydrates = 32,
        Lipids = 75,
        Proteins = 0,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceTartar,
        StaticModel = Base.VFX_TartarSauce,
        WorldStaticModel = Base.VFX_TartarSauce,

    }

    item CocktailSauce
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -24,
        Calories = 380,
        Carbohydrates = 68,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceCocktail,
        StaticModel = Base.VFX_CocktailSauce,
        WorldStaticModel = Base.VFX_CocktailSauce,

    }

    item AppleSauce
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = Bourbon,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -12,
        Calories = 243,
        Carbohydrates = 55,
        Lipids = 0.5,
        Proteins = 4,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceApple,
        StaticModel = Base.VFX_AppleSauce_SM,
        WorldStaticModel = Base.VFX_AppleSauce,

    }

    item CranberrySauce
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = Bourbon,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -12,
        Calories = 46,
        Carbohydrates = 22,
        Lipids = 0,
        Proteins = 0,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceCranberry,
        StaticModel = Base.VFX_CranberrySauce_SM,
        WorldStaticModel = Base.VFX_CranberrySauce,

    }

    item Horseradish
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = Bourbon,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -16,
        Calories = 327,
        Carbohydrates = 28,
        Lipids = 27.5,
        Proteins = 7,
        
        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceHorseradish,
        StaticModel = Base.VFX_Horseradish_SM,
        WorldStaticModel = Base.VFX_Horseradish,

    }

    item DijonMustard
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -16,
        Calories = 352,
        Carbohydrates = 1.8,
        Lipids = 2.3,
        Proteins = 0.2,
        
        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceDijonMustard,
        StaticModel = Base.VFX_DijonMustard,
        WorldStaticModel = Base.VFX_DijonMustard,

    }

    item SpicyBrownMustard
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -16,
        Calories = 292,
        Carbohydrates = 1.2,
        Lipids = 1.5,
        Proteins = 0,
        
        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceSpicyBrownMustard,
        StaticModel = Base.VFX_SpicyBrownMustard,
        WorldStaticModel = Base.VFX_SpicyBrownMustard,

    }

    item HoneyMustard
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -16,
        Calories = 523,
        Carbohydrates = 30,
        Lipids = 0.5,
        Proteins = 0,
        
        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceHoneyMustard,
        StaticModel = Base.VFX_HoneyMustard,
        WorldStaticModel = Base.VFX_HoneyMustard,

    }

    item SweetOnionRelish
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = Bourbon,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -26,
        Calories = 423,
        Carbohydrates = 92.3,
        Lipids = 2.6,
        Proteins = 2.6,
        
        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceSweetOnionRelish,
        StaticModel = Base.VFX_SweetOnionRelish_SM,
        WorldStaticModel = Base.VFX_SweetOnionRelish,

    }

    item TomatoRelish
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = Bourbon,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -26,
        Calories = 246,
        Carbohydrates = 55.2,
        Lipids = 0.6,
        Proteins = 2.4,
        
        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceTomatoRelish,
        StaticModel = Base.VFX_TomatoRelish_SM,
        WorldStaticModel = Base.VFX_TomatoRelish,

    }

    item PickleRelish
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = Bourbon,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -26,
        Calories = 369,
        Carbohydrates = 74.4,
        Lipids = 2.3,
        Proteins = 0.8,
        
        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SaucePickleRelish,
        StaticModel = Base.VFX_PickleRelish_SM,
        WorldStaticModel = Base.VFX_PickleRelish,

    }

    item LemonJuice
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = Bourbon,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -24,
        ThirstChange = -20,
        Calories = 72,
        Carbohydrates = 3.5,
        Lipids = 0.2,
        Proteins = 0.4,
        
        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceLemonJuice,
        StaticModel = Base.VFX_LemonJuice,
        WorldStaticModel = Base.VFX_LemonJuice,

    }

    item LimeJuice
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = Bourbon,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -24,
        ThirstChange = -20,
        Calories = 83,
        Carbohydrates = 2.9,
        Lipids = 0.2,
        Proteins = 0.8,
        
        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceLimeJuice,
        StaticModel = Base.VFX_LimeJuice,
        WorldStaticModel = Base.VFX_LimeJuice,

    }

    item CaesarSaladDressing
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -26,
        Calories = 838,
        Carbohydrates = 25.5,
        Lipids = 82.0,
        Proteins = 3.0,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceCaesarSaladDressing,
        StaticModel = Base.VFX_CaesarSaladDressing,
        WorldStaticModel = Base.VFX_CaesarSaladDressing,

    }

    item ColeslawDressing
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -26,
        Calories = 2037,
        Carbohydrates = 77.6,
        Lipids = 79.8,
        Proteins = 24.2,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceColeslawDressing,
        StaticModel = Base.VFX_ColeslawDressing,
        WorldStaticModel = Base.VFX_ColeslawDressing,

    }

    item Vinaigrette
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = glugFood,
        Weight = 0.2,

        Packaged = true,
        CantBeFrozen = true,
        Spice = true,

        HungerChange = -26,
        Calories = 523,
        Carbohydrates = 29.8,
        Lipids = 62.5,
        Proteins = 2.4,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_SauceVinaigrette,
        StaticModel = Base.VFX_Vinaigrette,
        WorldStaticModel = Base.VFX_Vinaigrette,

    }

}